.show-imp{
  display: block !important;
}
.show-imp .qw3-text{
  display: block !important;
}
#send-result-polzunok{
  width: 150px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 15px;
}
.send-result-polzunok_wrap label{
  font-size: 15px;
}
.send-result-polzunok_wrap .qw3-text-title{
  font-size: 15px;
  width: auto;
  margin-right: 10px;
}
#number-slider {
  margin-bottom: 4rem;
  margin-top: 20px;
}

.ui-widget-content {
  border-radius: 3px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: -o-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: #00B568;
  border: none;
  height: 7px;
  position: relative;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
}

.ui-slider-handle {
  position: relative;
  outline: none;
  top: -1.1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  cursor: pointer;
  background: #f5ae08;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f5ae08), color-stop(100%, #f9ca0c));
  background: -webkit-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -o-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f5ae08), to(#f9ca0c));
  background: linear-gradient(to right, #f5ae08 0%, #f9ca0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ae08', endColorstr='#f9ca0c', GradientType=1);
  background: #00B568;
}

.ui-slider-handle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}

.ui-widget-header {
  border-radius: 3px;
  background: -webkit-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -webkit-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: #52d132;
  -webkit-box-shadow: inset 0px 3px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.inputDiv-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.quesbox__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.quesbox__form{
  width: 300px;
}
.quesbox__input{
  width: 100%;
/*  height: 45px;*/
  margin-bottom: 15px;
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  font-size: 15px;
  line-height: 28px;
  padding-left: 40px;
/*  color: #a2a2a2;*/
}
/*.select2-container .select2-selection--single{
  height: 45px;
}*/
.select2-results__option--selectable{
  color: #333;
  font-size: 14px;
}
.js-example-basic-single{
  width: 100%;
  height: 40px;
  padding-left: 40px;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-selection__arrow {
    height: 44px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  height: 34px;
}


.quesbox__image{
  width: calc(100% - 350px);
  border-radius: 10px;
  overflow: hidden;
}
.quesbox__image img{
  display: block;
  width: 100%;
}
.quesbox__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quesbox__from, .quesbox__to{
  position: relative;
}
.quesbox__from:before, .quesbox__to:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 3px solid #00B568;
  z-index: 2;
}
.quesbox__date{
  width: 69%;
  position: relative;
}
.quesbox__date:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/cal.svg);
  background-size: 100% 100%;
  z-index: 3;
}
.quesbox__date_input{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}
.quesbox__date_input::placeholder{
  color: #a2a2a2;
}
.quesbox__amount{
  width: 28%;
  position: relative;
}
.quesbox__amount:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/user.svg);
  background-size: 100% 100%;
  z-index: 3;
}
.quesbox__amount input{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}

.quesbox__speclabel{
  display: block;
  font-size: 13px;
  color: #a2a2a2;
  margin-bottom: 5px;
}
.quesbox__fieldinput{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 30px;
  padding-right: 30px;
}
.quesbox__fieldinput::placeholder{
  color: #a2a2a2;
}

.footer__links{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__link{
  display: block;
  width: 35px;
  margin: 0 3px;
}
.footer__link img{
  display: block;
  width: 100%;
}

.mainlogo{
/*  text-align: center;*/
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainlogo img{
  display: block;
  width: 100px;
  margin-right: 20px;
/*  border-radius: 50%;*/
}
.mainlogo span{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.mainlogo span b{
  color: #00B568;
}


.onlytext .label-qw1{
  padding: 1vw;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}


.cars{
  padding: 50px 0;
}
.feedb{
  padding: 50px 0;
}
.cars__box.cars__box_spec{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cars__box.stretch{
  align-items: stretch;
}
.cars__item.spec{
  width: 24%;
  overflow: hidden;
  height: 300px;
}
.cars__item.big{
  width: 48%;
  height: auto;
  background: #fff;
  margin-bottom: 30px;
}
.cars__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cars__item.big img{
  object-fit: initial;
  height: auto;
  display: block;
}

.prev-test{
  margin-right: 15px;
}


@media (max-width: 768px){
  .mainlogo img{
    width: 80px;
  }
  .mainlogo span{
    font-size: 18px;
  }
  .quesbox__image{
    width: 100%;
    margin-bottom: 15px;
  }
  .onlytext .label-qw1{
    padding: 2vw;
  }
  .cars__item.spec{
    width: 49%;
    margin-bottom: 2%;
    height: 180px;
  }
  .cars__item.big{
    width: 100%;
    height: auto;
  }
}


.cars{
  padding: 50px 0;
  overflow: hidden;
}
.cars__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cars__box .slick-slide{
  margin: 0 10px;
}
.cars__box .slick-list{
  margin: 0 -10px;
}
.cars__box .slick-prev,
.cars__box .slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 3;
  background-color: #00B568;
  text-indent: 9999px;
  border: 0;
  cursor: pointer;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.cars__box .slick-prev{
  left: -20px;
  background-image: url(../../img/prev.svg);
}
.cars__box .slick-next{
  right: -20px;
  background-image: url(../../img/next.svg);
}
.cars__item{
/*  width: 24%;*/
  overflow: hidden;
  height: 300px;
}
.cars__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cars__box_2 .cars__item{
  height: auto;
}
.cars__box_2 .cars__item img{
  height: auto;
  width: 100%;
  display: block;
  object-fit: initial;
}

.prev-test{
  margin-right: 15px;
}



@media (max-width: 768px){
  .cars__item{
    width: 49%;
    margin-bottom: 2%;
    height: 250px;
  }
  .cars__box_2 .cars__item{
    height: auto;
  }

}















